SixBit API Schema
Shipment_ListType Complex Type
Description
An API call to retrieve a list of shipments.
Namespace (none)
Diagram
Shipment_ListType Complex Type
Overview
Shipment_ListType
An API call to retrieve a list of shipments.
mapfilepath optional xs:string
The full name and path to a SixBit mapfile.
outputfilepath optional xs:string
The full name and path to a file to place the resulting output.
shipmentidattrGroup
Attributes to specify the internal or external identifier for a shipment.
orderidattrGroup
Attributes to specify the internal or external identifier for an order.
dropshippernotifiedattrGroup
Attributes to specify a range of dates the drop shipper was notified about a shipment.
insuredattrGroup
Attributes to specify a range of dates a shipment was insured.
shippedattrGroup
Attributes to specify a range of dates a shipment was shipped.
shippednotificationattrGroup
Attributes to specify a range of dates the the buyer was notified about a shipment.
pagingattrGroup
Attributes to provide paging capabilities.
Used By
Shipment_List Element
Attributes
NameTypeUseDefaultFixedDescription
mapfilepathxs:stringoptional  The full name and path to a SixBit mapfile.
outputfilepathxs:stringoptional  The full name and path to a file to place the resulting output.
Source
<xs:complexType name="Shipment_ListType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>An API call to retrieve a list of shipments.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="mapfilepath" type="xs:string">
    <xs:annotation>
      <xs:documentation>The full name and path to a SixBit mapfile.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="outputfilepath" type="xs:string">
    <xs:annotation>
      <xs:documentation>The full name and path to a file to place the resulting output.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attributeGroup ref="shipmentidattrGroup" />
  <xs:attributeGroup ref="orderidattrGroup" />
  <xs:attributeGroup ref="dropshippernotifiedattrGroup" />
  <xs:attributeGroup ref="insuredattrGroup" />
  <xs:attributeGroup ref="shippedattrGroup" />
  <xs:attributeGroup ref="shippednotificationattrGroup" />
  <xs:attributeGroup ref="pagingattrGroup" />
</xs:complexType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.